home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / music / gldwav20.arj / EXPRESS.TXT < prev    next >
Text File  |  1994-01-06  |  2KB  |  66 lines

  1. ------------------------------------------------------
  2. Expression for dial tones.
  3. ------------------------------------------------------
  4.     1) Create a new mono file, 10 in length or longer.
  5.     2) Select a block of a quarter second at the beginning.
  6.     3) Copy the desired number's expression into the clipboard.
  7.     4) Bring up the evaluator.
  8.     5) Paste the expression (Shift+Ins) in the Expression box.
  9.     6) Choose OK.
  10.     7) Move the start and finish markers right one second.
  11.     8) Repeat steps 3 to 7 for each number.
  12. 1:
  13. (sin(4417*t)+sin(7609*t))/2
  14.  
  15. 2:
  16. (sin(4417*t)+sin(8394*t))/2
  17.  
  18. 3:
  19. (sin(4417*t)+sin(9374*t))/2
  20.  
  21. 4:
  22. (sin(4856*t)+sin(7609*t))/2
  23.  
  24. 5:
  25. (sin(4856*t)+sin(8394*t))/2
  26.  
  27. 6:
  28. (sin(4856*t)+sin(9374*t))/2
  29.  
  30. 7:
  31. (sin(5397*t)+sin(7609*t))/2
  32.  
  33. 8:
  34. (sin(5397*t)+sin(8394*t))/2
  35.  
  36. 9:
  37. (sin(5397*t)+sin(9374*t))/2
  38.  
  39. *:
  40. (sin(5937*t)+sin(7609*t))/2
  41.  
  42. 0:
  43. (sin(5937*t)+sin(8394*t))/2
  44.  
  45. #:
  46. (sin(5937*t)+sin(9374*t))/2
  47.  
  48. ------------------------------------------------------
  49. Expression for a sine wave.  Enter the desired 
  50. frequency in the "f" edit box.
  51. ------------------------------------------------------
  52. sin(2*pi*f*t)
  53.  
  54. ------------------------------------------------------
  55. Expression for square wave.  Enter the desired
  56. frequency in the "f" edit box.
  57. ------------------------------------------------------
  58. sin(pi*int(2*f*t))
  59.  
  60. ------------------------------------------------------
  61. Expression for saw-tooth wave.  Enter the desired
  62. frequency in the "f" edit box.
  63. ------------------------------------------------------
  64. 1-2*abs(1-2*f*t%2)
  65.  
  66.